PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.formattedcontent Package / PDFFormattedParagraph Class / getLineSpacing Method
In This Topic
    getLineSpacing Method
    In This Topic
    Gets the line spacing in points.
    >When the method is called with the value of the line spacing is specified in this method.
    When the method is called with the value of the line spacing is computed by multiplying the current line height with the value specified in this property.
    Syntax
    public double getLineSpacing()

    Return Value

    The line spacing value, depends on the setLineSpacingMode method.
    See Also